﻿@charset "utf-8";
html,body,p,nav,img,ul,hgroup,h2,h3,h1,i,h4,dl,ol,dt,dd,table,tbody,thead,th,tr,td{
	margin: 0;
	padding: 0;
}
body{
	font-family: "microsoft yahei" , arial;
	font-size: 13px;
	color: #333;
	background-color: #fff;
}
h2,h3,h1,h4,h5,h6{
	color: inherit;
	font-size: inherit;
	font-weight: 200;
}
input,textarea{color: inherit; font-size: inherit;font-family: inherit;background-color:inherit;}
a{text-decoration: none;color: #333;}

ul,li{list-style: none;}
img{display: block;border: 0;}
.clear {
	*zoom: 1;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}
.inline-block{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.float_l{
	float: left !important;
}
.float_r{
	float: right !important;
}
.pd-top35{padding-top: 35px;}
.hide{
	display: none;
}
.margintop50{
	margin-top: 50px;
}
.marginbottom10{
	margin-bottom: 10px;
}
.marginr35{
	margin-right: 35px;
}
.show{
	display: block;
}
.container{
	width: 1200px;
	min-height: 1px;
	margin: 0 auto;
}
.containers{
	width: 1400px;
	min-height: 1px;
	margin: 0 auto;
}
/*分页s*/
.pages {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.pages span,
.pages a{
	color: #26a558;
	font-size: 18px;
}
.pages>p>span,
.pages>p>a {
	padding: 4px 10px;
	border: 1px solid #eee;
}
.pages>p>span,
.pages>p>a:hover {
	background-color: #26a558;
	color: #fff;
	border-color: #26a558;
}
/*分页e*/
input{
	border: 0;
	background-color: #fff;
	outline: none;
	color: #333;
	text-indent: 6px;
	line-height: 26px;
	height: 26px;
}
.row.service .s_title a,
nav .container>ul>li>ul>li>a,
.case .case_list ul li .title,
nav .container>ul>li>a{
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
	-moz-transition: all ease-in-out .7s;
	-ms-transition: all ease-in-out .7s;
	-o-transition: all ease-in-out .7s;
}
.icon:after{
	content: " ";
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}